2006-06-04 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkfont-x11.c (_gdk_font_destroy): Remove the right
XID from the xid table. (#34327, Sampo Savolainen, Tim Janik)
+2006-06-04 Matthias Clasen <mclasen@redhat.com>
+
+ * gdk/x11/gdkfont-x11.c (_gdk_font_destroy): Remove the right
+ XID from the xid table. (#34327, Sampo Savolainen, Tim Janik)
+
2006-06-04 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkprintoperationpreview.h: Add missing G_END_DECLS (#343838)
+2006-06-04 Matthias Clasen <mclasen@redhat.com>
+
+ * gdk/x11/gdkfont-x11.c (_gdk_font_destroy): Remove the right
+ XID from the xid table. (#34327, Sampo Savolainen, Tim Janik)
+
2006-06-04 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtkprintoperationpreview.h: Add missing G_END_DECLS (#343838)
switch (font->type)
{
case GDK_FONT_FONT:
- _gdk_xid_table_remove (private->display, ((XFontStruct *) private->xfont)->fid);
+ _gdk_xid_table_remove (private->display, private->xid);
XFreeFont (GDK_DISPLAY_XDISPLAY (private->display),
(XFontStruct *) private->xfont);
break;